home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / fres20.zip / FRESSRC.ZIP / FRES.H < prev    next >
Text File  |  1993-03-22  |  1KB  |  35 lines

  1. // *** Fres.H ***
  2. // Copyright (c) 1993 by Jamie O'Connell
  3.  
  4. #define  VERSION    "2.00" 
  5. #define  IDAPPNM    101        // App Name
  6. #define  IDVERSTR   102     // App Version
  7. #define  IDMEM        103     // Mem Str CTL
  8. #define  IDONTOP    104     // On top Key
  9. #define  IDSNDNM    105     // Snd Name Key
  10. #define  IDSNDST    106     // Snd State Key
  11. #define  IDWAVNM    107     // Default Wave Name
  12.                                                
  13. // Config Dialog                                                
  14. #define  IDTMFM        201     // Seconds for Free Mem/Res display CTL
  15. #define  IDTMFD     202     // Seconds for Free Disk Display    CTL
  16. #define  IDDISK        203     // Disk Spec CTL
  17. #define  IDSND1        204     // Hourly Chime RButton
  18. #define  IDSND2        205     // 1/2 hout chime RButton
  19. #define  IDSND0        206     // Chime Off RButton
  20.  
  21. #define  DFTTMFM      3
  22. #define  DFTTMFD      3
  23. #define  DFTDISK      3
  24.  
  25. #define  GDIHP          1
  26. #define  USERHP       2
  27.  
  28. #define  DSMEM          0
  29. #define  DSDISK          1
  30.  
  31. #define  IDM_ABOUT  0x10
  32. #define  IDM_ONTOP  0x11
  33. #define  IDM_SAVLOC 0x12
  34. #define  IDM_CONFIG 0x13
  35.